Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support doxygen file from java sources. #47

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 23, 2019

  1. support java

    When use doxygen generate docs for java, there are tow componds more
    than cpp: 'interface'  'enum'. And these can processed like 'class'.
    TigerLauCVTE committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    e564cb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. 1. In section, doxygen used 'var' but not 'variable'.

    2. Add 'public-static-attrib' and 'public-static-func' to filter for members when language is Java.
    TigerLauCVTE committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    7621fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8593644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1647599 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6083676 View commit details
    Browse the repository at this point in the history
  5. add a space before link.

    TigerLauCVTE committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    77749b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc0fdf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Sometimes, cause by order of compounds parsing, can't assure the refe…

    …rences of parser stored 'namespace' object before parsing children of it.
    TigerLauCVTE committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    d7ba4a6 View commit details
    Browse the repository at this point in the history