summaryrefslogtreecommitdiff
path: root/source3/Doxyfile
AgeCommit message (Collapse)AuthorFilesLines
2003-02-28Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool1-4/+3
been removed. Put subdirectory names in file list, so we get lib/util_chr.c, not just util_chr.c. (This used to be commit aa2efaab1ffc77bec051cd206000951c72adeccc)
2003-02-13DocMartin Pool1-1/+9
Set HTML output directory (This used to be commit 38b5a219eeec128db4630a9fb8d0615324cc74e7)
2003-02-13Update towards automatic building on dp.samba.org:Martin Pool1-5/+4
Remove features not supported by Doxygen 1.2.14 on RH7.3. Remove dependence on dot tool, which is apparently not in Redhat, and doesn't produce very interesting results for C code anyhow. Make Doxygen --quiet to support running from cron. Remove references to files which are gone from Samba (CodingSuggestions). Put HTML output in the right directory. (This used to be commit 5904260f4842adb36e30b36b37cf7e6ed1bc03f2)
2002-09-27Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett1-4/+4
off his laptop :-) Andrew Bartlett (This used to be commit df8f0338fae01e5edc176708c2b798c67c2e8c36)
2002-01-17Fixed typo.Tim Potter1-1/+1
(This used to be commit e675d34dbfe1435150faf5af4bb97f01d311f5b0)
2001-11-16Make CodingSuggestions show up in the Doxygen pages.Martin Pool1-3/+6
(This used to be commit b3e34ad3207f53310b2d59c07a4cec765a0f81bf)
2001-11-15Don't include the treeview -- for Samba it is too big and can lock upMartin Pool1-1/+1
browsers. (This used to be commit 4e6c57fefa25036877a93b9056d06c725a5964cc)
2001-11-15Leave doc comments in code listings for the web.Martin Pool1-1/+1
(This used to be commit 9f9d4cae1d19d930e8d8a6a879899560c089b878)
2001-11-15Configuration file to run the Doxygen API documentation tool. A fewMartin Pool1-0/+167
files already have Doxygen markup. Instructions on inserting tags into new code can be found at http://doxygen.org/. Output is (currently) at http://samba.org/~mbp/samba-dox/ (This used to be commit 71e14a858166d85bc3209f068aabc7b1e2b41d73)