Changeset 1245
- Timestamp:
- 09/05/06 03:23:37 (2 years ago)
- Files:
-
- doxygenplugin/0.10/doxygentrac/doxygentrac.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doxygenplugin/0.10/doxygentrac/doxygentrac.py
r1244 r1245 39 39 40 40 default_doc = Option('doxygen', 'default_documentation', '', 41 """Default path relative to `base_path` in which to look for 42 documentation files.""") 41 """Default documentation project, relative to `[doxygen] path`. 42 When no explicit path is given in a documentation request, 43 this path will be prepended to the request before looking 44 for documentation files.""") 43 45 44 46 title = Option('doxygen', 'title', 'Doxygen', … … 57 59 58 60 wiki_index = Option('doxygen', 'wiki_index', None, 59 """Wiki page to use as the default page for the Doxygen main page.""") 61 """Wiki page to use as the default page for the Doxygen main page. 62 If set, supersedes the `[doxygen] index` option.""") 60 63 61 64 encoding = Option('doxygen', 'encoding', 'iso-8859-1', … … 412 415 byte = fd.read(1) 413 416 return result 414
