GitXplorerGitXplorer
m

doxygenr

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0979a3a0ea189e32bff5ae989acfaaff78ef2f81

updated readme

mmjago committed 16 years ago
Unverified
97ea19857502b865e986c51136b3b8c16e45414b

branch test

mmjago committed 16 years ago
Unverified
04bba1514a3659cc7b708e60b8bfa9b60fa7f666

initial commit

mmjago committed 16 years ago
Unverified
3862b99c0395e91e52e4911b207d9214a341013b

initial commit

mmjago committed 16 years ago
Unverified
c841b91459b114c1102e02503319340731160db2

initial commit

mmjago committed 16 years ago

README

The README file for this repository.

Doxygen wrapper to enable Doxygen to be aware of FILE, and require minimal setup.

Important settings such as project_name and project_number are checked for prior to running doxygen.

A fresh temporary doxyfile is created per run of Doxygen. This removes the need for several doxyfiles located all over the place, and enables the use of FILE == $0 etc.

Default doxygen settings can be found in doxygen_settings.rb. Any of these settings can be overloaded via ruby.

DoxygenSettings class is inherited by DoxygenR.

Todo: Consider making it easier to collate links for search documentation by providing re-running doxygen automatically and adjusting relative tag file references.

Usage... todo