]> git.uio.no Git - u/mrichter/AliRoot.git/history - doxygen/thtml2doxy.py
Update master to aliroot
[u/mrichter/AliRoot.git] / doxygen / thtml2doxy.py
2015-03-04 Matthias RichterUpdate master to aliroot master
2015-02-13 cholmMerge branch 'master' of http://git.cern.ch/pub/AliRoot
2015-02-11 dberzanoMerge branch 'feature-doxygen'
2015-02-11 dberzanodoxy: multiple ClassImp/Def() supported
2015-02-11 dberzanodoxy: fixed problem when infile is in cur dir
2015-02-11 dberzanodoxy: correctly consider macro blocks in methods
2015-02-11 dberzanodoxy: fixed problem with mismatching comm indent
2015-02-10 dberzanoMerge branch 'feature-doxygen'
2015-02-10 dberzanodoxy: mixed multi- and single-line classdesc
2015-02-10 dberzanodoxy: ignore //#include... on classdesc search
2015-02-10 dberzanodoxy: consider comments after last line
2015-02-10 dberzanodoxy: re-refactor comment after adding brief
2015-02-10 dberzanodoxy: lower indentation level threshold
2015-02-10 dberzanodoxy: automatic \brief guess
2015-02-10 dberzanodoxy: debug messages on restored lines
2015-02-10 dberzanodoxy: support multiple ClassImp()/ClassDef()
2015-02-10 dberzanodoxy: support more comments per line
2015-02-10 dberzanodoxy: fixed wrong condition when handling prepends
2015-02-10 dberzanodoxy: code cleanup: comments and clarifications
2015-02-10 dberzanodoxy: relative path for image from macro
2015-02-10 dberzanodoxy: scale indent level, suppress too high indent
2015-02-10 dberzanodoxy: fixed regexp erasing lines containing dashes
2015-02-10 dberzanodoxy: support both ClassImp() and ClassDef()
2015-02-10 dberzanodoxy: some classes use Origin: instead of Author:
2015-02-10 dberzanodoxy: in member comment, array size can be var
2015-02-10 dberzanodoxy: do not look too much for class desc
2015-02-10 dberzanodoxy: do not double-add \cond CLASSIMP .. \endcond
2015-02-10 dberzanodoxy: make Doxygen ignore the confusing ClassImp()
2015-02-10 dberzanodoxy: support prepending comments
2015-02-10 dberzanodoxy: no trailing empty spaces in comments
2015-02-10 dberzanodoxy: do not comment vardecl inside functions
2015-01-14 cholmMerge branch 'master' of https://git.cern.ch/reps/AliRoot
2015-01-11 allaMerge branch 'master' of https://git.cern.ch/reps/AliRoot
2015-01-09 dberzanoMerge branch 'feature-doxygen'
2015-01-09 dberzanodoxy: recognize C functions
2015-01-09 dberzanodoxy: treat macros/classes differently
2015-01-09 dberzanoMerge branch 'feature-doxygen'
2015-01-09 dberzanodoxy: mark the end of comment blocks properly
2015-01-09 dberzanodoxy: support static member declarations
2015-01-09 dberzanodoxy: interpret other special ROOT comment flags
2015-01-09 dberzanodoxy: correctly pick parsed date from regexp
2015-01-09 dberzanodoxy: extract ROOT macros for picture generation
2015-01-09 dberzanodoxy: do not strip <H1>, <H2>...
2015-01-09 dberzanodoxy: convert <pre> to Markdown ~~~
2015-01-09 dberzanodoxy: support multiline LaTeX
2015-01-09 dberzanodoxy: support inline LaTeX
2015-01-09 dberzanodoxy: specify include directories on cmdline
2015-01-09 dberzanodoxy: fixed calculation of class desc last line
2015-01-09 dberzanodoxy: collapse empty comments instead of removing
2015-01-09 dberzanodoxy: deal with empty/not present class comments
2015-01-09 dberzanodoxy: deal with empty method comments
2015-01-09 dberzanodoxy: assertions in ctors to enforce consistency
2015-01-09 dberzanodoxy: do not abort if member has no description
2015-01-09 dberzanodoxy: removed old script, kept only libclang one
2015-01-09 dberzanodoxy: helper for THtml -> Doxygen