diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-27 17:06:31 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-27 17:06:31 (GMT) |
commit | 858708350c055a757c1e34461a06c5cf2277f2db (patch) | |
tree | f0751a83dd63c0dc8f76a3cd2044acf074e860a2 /src/filedef.cpp | |
parent | 047ff890c6a53d02ffc96712f8e6dac03fdf3e04 (diff) | |
download | Doxygen-858708350c055a757c1e34461a06c5cf2277f2db.zip Doxygen-858708350c055a757c1e34461a06c5cf2277f2db.tar.gz Doxygen-858708350c055a757c1e34461a06c5cf2277f2db.tar.bz2 |
Release-1.2.18-20020927
Diffstat (limited to 'src/filedef.cpp')
-rw-r--r-- | src/filedef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filedef.cpp b/src/filedef.cpp index 040e458..a2e5e7c 100644 --- a/src/filedef.cpp +++ b/src/filedef.cpp @@ -186,6 +186,7 @@ void FileDef::writeDocumentation(OutputList &ol) if (Config_getBool("DETAILS_AT_TOP")) { writeDetailedDocumentation(ol); + ol.newParagraph(); } else if (briefDescription()) { |