diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-05-12 17:38:45 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-05-12 17:38:45 (GMT) |
commit | 697375aff0beddb756025e867289213dc46ca45f (patch) | |
tree | 2f87712e9d2e8da7138ca908bf03c9937ba71bdb /src/filedef.h | |
parent | 62d3c6501af58ceb48ce8e56327d07ad69e79374 (diff) | |
download | Doxygen-697375aff0beddb756025e867289213dc46ca45f.zip Doxygen-697375aff0beddb756025e867289213dc46ca45f.tar.gz Doxygen-697375aff0beddb756025e867289213dc46ca45f.tar.bz2 |
Release-1.2.15-20020512
Diffstat (limited to 'src/filedef.h')
-rw-r--r-- | src/filedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filedef.h b/src/filedef.h index 4841d1c..acd39ed 100644 --- a/src/filedef.h +++ b/src/filedef.h @@ -119,6 +119,7 @@ class FileDef : public Definition } bool isIncluded(const QCString &name) const; + void writeDetailedDocumentation(OutputList &ol); void writeDocumentation(OutputList &ol); void writeSource(OutputList &ol); friend void generatedFileNames(); |