Activity for Marco Sillano

  • Marco Sillano Marco Sillano posted a comment on discussion doxygen-users

    Working with new filters for Doxygen (HTML, XSLT, BAT...,) see post I create many pseudo-function having the same name. The file pages are ok, but that makes the pages 'File Members/all' and 'File Members/Functions' without any interest. In Doxygen-config it is not possible to exclude the creation of that pages (shame), but I found a workaround for the HTML output (on ver. 1.8.15). - Set expert/HTML/HTML_DYNAMIC_MENUS to 'yes'. - Build the documentation. - Edit the files 'navtreedata.js' (for tree...

  • Marco Sillano Marco Sillano posted a comment on ticket #125

    Now i get some results using <ext_attributes>..</ext_attributes>: when I edit the '.shape' file I must re-do File/Sheets and Objects Dialog, to re-import the modified version. OK Still I have some problems with 'composite' and 'enum'... essentially lack of documentation, I'm doing tests. Best reagards. m.s.

  • Marco Sillano Marco Sillano created ticket #125

    Attributes in custom shape

  • Marco Sillano Marco Sillano posted a comment on discussion doxygen-develop

    This can be done easy with a custom filter (see post Filters4Doxygen) Using regexfilter.java you must build a file '.RGX' that contains the macro-replacements: e.g. regex1=$my_copyright$ replacement1=\\copyright blah blah blah You must also create a BAT (or sh) driver: see as example bat2dox.rgx Associate you driver to all file you like update (C, C++, Java etc.) This filter don't change line number so it is safe also with source pages. I hope that can help Best regard m.s.

  • Marco Sillano Marco Sillano posted a comment on discussion doxygen-users

    The updated Filters4Doxigen can produce sintax high-lighted colored collassable tree for (X)HTML, XML, XSL(T) documentation using Doxygen 1.8.15. See post or download in github . Best regars m.s.

  • Marco Sillano Marco Sillano posted a comment on discussion doxygen-users

    The Filters4Doxygen (see post or download) also contains XMLfilter.class, which does XSLT transformations. This worked fine for me: pre: windows, Filters4Doxygen in C:\filters_dox, xml Doxygen output in C:\filters_dox\doc\xml ) command line: C:\filters_dox\doc\xml> java -cp c:\filters_dox\bin xmlfilter combine.xslt -i index,xml > all.xml I hope that can help Best regards m.s.

  • Marco Sillano Marco Sillano modified a comment on discussion doxygen-develop

    Filters4Doxygen 1.8.15. To document BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files. Many projects requires a mix of file formats, so it is useful to use an uniform documentation tool not only for programming languages, but also for extra files required by the project. This filter set allows .BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files documentation using Doxygen (Win and Linux) All 6 filters are build using 3 main java basic filters (sources included): regexfilter.java, general purpose,...

  • Marco Sillano Marco Sillano modified a comment on discussion doxygen-develop

    Filters4Doxygen 1.8.15. To document BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files. Many projects requires a mix of file formats, so it is useful to use an uniform documentation tool not only for programming languages, but also for extra files required by the project. This filter set allows .BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files documentation using Doxygen (Win and Linux) All 6 filters are build using 3 main java basic filters (sources included): regexfilter.java, general purpose,...

  • Marco Sillano Marco Sillano modified a comment on discussion doxygen-develop

    Filters$Doxygen updated for Doxygen 1.8.15. To document BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files. Many projects requires a mix of file formats, so it is useful to use an uniform documentation tool not only for programming languages, but also for extra files required by the project. This filter set allows .BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files documentation using Doxygen (Win and Linux) All 6 filters are build using 3 main java basic filters (sources included): regexfilter.java,...

  • Marco Sillano Marco Sillano modified a comment on discussion doxygen-develop

    Many projects requires a mix of file formats, so it is useful to use an uniform documentation tool not only for programming languages, but also for extra files required by the project. This filter set allows .BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files documentation using Doxygen (Win and Linux) All 6 filters are build using 3 main java basic filters (sources included): regexfilter.java, general purpose, it replace the input text using regular expressions. xmlfilter.java, general purpose,...

  • Marco Sillano Marco Sillano posted a comment on discussion doxygen-develop

    Many projects requires a mix of file formats, so it is useful to use an uniform documentation tool not only for programming languages, but also for extra files required by the project. This filter set allows .BAT, .SH, .RGX, .INI, .XML, .(X)HTML, .XSL(T) files documentation using Doxygen (Win and Linux) All 6 filters are build using 3 main java basic filters (sources included): regexfilter.java, general purpose, it replace the input text using regular expressions. xmlfilter.java, general purpose,...

  • Marco Sillano Marco Sillano posted a comment on a wiki page

    Ho deciso di pubblicare Open source tutto il SW che ho prodotto negli anni passati,...

  • Marco Sillano Marco Sillano committed [89790d]

    Initial commit

1