diff options
author | David Robillard <d@drobilla.net> | 2020-05-16 21:17:58 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-05-16 21:17:58 +0200 |
commit | 85104b239735498f4b9c58fb87f93dd78631292f (patch) | |
tree | b00dbf98ccd94aec77700dba48d3f564d59e7afb /doc | |
parent | 8d6c414138a61fd302863925319e32ac1f396385 (diff) | |
download | pugl-85104b239735498f4b9c58fb87f93dd78631292f.tar.gz pugl-85104b239735498f4b9c58fb87f93dd78631292f.tar.bz2 pugl-85104b239735498f4b9c58fb87f93dd78631292f.zip |
Fix file documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/layout.xml b/doc/layout.xml index 4744245..2995c0e 100644 --- a/doc/layout.xml +++ b/doc/layout.xml @@ -108,6 +108,7 @@ <!-- Layout definition for a file page --> <file> <briefdescription visible="yes"/> + <detaileddescription title=""/> <includes visible="$SHOW_INCLUDE_FILES"/> <includegraph visible="$INCLUDE_GRAPH"/> <includedbygraph visible="$INCLUDED_BY_GRAPH"/> @@ -123,7 +124,6 @@ <variables title=""/> <membergroups visible="yes"/> </memberdecl> - <detaileddescription title=""/> <memberdef> <inlineclasses title=""/> <defines title=""/> |