diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-03-24 20:06:51 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-03-24 20:06:51 (GMT) |
commit | 21587da40824d8609575284f0ee0fac90c972f27 (patch) | |
tree | 797740a23dd652f609fa100db4f0c862df4692ed /doc/starting.doc | |
parent | ca3fb0a6df32b732c6b390b937f3ada001cb1e7a (diff) | |
download | Doxygen-21587da40824d8609575284f0ee0fac90c972f27.zip Doxygen-21587da40824d8609575284f0ee0fac90c972f27.tar.gz Doxygen-21587da40824d8609575284f0ee0fac90c972f27.tar.bz2 |
Release-1.2.14-20020324
Diffstat (limited to 'doc/starting.doc')
-rw-r--r-- | doc/starting.doc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/starting.doc b/doc/starting.doc index 5729087..6015ffe 100644 --- a/doc/starting.doc +++ b/doc/starting.doc @@ -184,7 +184,12 @@ basically two options: namespace or file). See section \ref structuralcommands to learn more about structural commands. </ol> -Files can only be documented using the second option. +Files can only be documented using the second option, since there is +no way to but a documentation block before a file. Of course, file members +(functions, variable, typedefs, defines) do not need an explicit +structural command; just putting a special documentation block in front or +behind them will do. + The text inside a special documentation block is parsed before it is written to the HTML and/or \f$\mbox{\LaTeX}\f$ output files. |