|
Last change
on this file was
1251,
checked in by Christian Boos, 17 years ago
|
|
DoxygenPlugin:
When wiki_index is used, don't redirect to the Wiki handler, but simply include the content of that page. Now there's also a navigation link for jumping to that wiki page, so one can nevertheless quickly edit that page, see the last change, etc.
|
-
Property svn:executable set to
*
|
|
File size:
562 bytes
|
| Line | |
|---|
| 1 | <?cs include "header.cs"?> |
|---|
| 2 | <?cs include "macros.cs"?> |
|---|
| 3 | |
|---|
| 4 | <?cs if:doxygen.text ?> |
|---|
| 5 | <?cs if:doxygen.wiki_page ?> |
|---|
| 6 | <div id="ctxtnav" class="nav"> |
|---|
| 7 | <h2>Doxygen Navigation</h2> |
|---|
| 8 | <ul><li class="first last"><a href="<?cs var:doxygen.wiki_href ?>"> |
|---|
| 9 | View <?cs var:doxygen.wiki_page ?></a></li> |
|---|
| 10 | </ul> |
|---|
| 11 | </div> |
|---|
| 12 | <?cs /if ?> |
|---|
| 13 | <div id="content" class="wiki"> |
|---|
| 14 | <div class="wikipage"> |
|---|
| 15 | <div id="searchable"> |
|---|
| 16 | <?cs var:doxygen.text ?> |
|---|
| 17 | </div> |
|---|
| 18 | </div> |
|---|
| 19 | <?cs else ?> |
|---|
| 20 | <?cs include doxygen.path ?> |
|---|
| 21 | <?cs /if ?> |
|---|
| 22 | |
|---|
| 23 | <?cs include "footer.cs"?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.