mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Doxygen scripts
svn path=/trunk/; revision=18218
This commit is contained in:
parent
3ddfd74461
commit
a9fdaba902
6 changed files with 1251 additions and 1 deletions
1213
reactos/subsys/system/winefile/Doxyfile
Normal file
1213
reactos/subsys/system/winefile/Doxyfile
Normal file
File diff suppressed because it is too large
Load diff
16
reactos/subsys/system/winefile/doxy-footer.html
Normal file
16
reactos/subsys/system/winefile/doxy-footer.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<hr size="1">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td><address style="align: right;"><small>
|
||||
Winefile Source Code Documentation
|
||||
<br>generated on 02.10.2005 by <a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
|
||||
</small></address>
|
||||
</td>
|
||||
<td>
|
||||
<p align="right"><a href="http://www.sky.franken.de/winefile/" target="_parent">Winefile Homepage</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
16
reactos/subsys/system/winefile/doxy-footer.htmt
Normal file
16
reactos/subsys/system/winefile/doxy-footer.htmt
Normal file
|
@ -0,0 +1,16 @@
|
|||
<hr size="1">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td><address style="align: right;"><small>
|
||||
Winefile Source Code Documentation
|
||||
<br>@GEN@ by <a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
|
||||
</small></address>
|
||||
</td>
|
||||
<td>
|
||||
<p align="right"><a href="http://www.sky.franken.de/winefile/" target="_parent">Winefile Homepage</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
2
reactos/subsys/system/winefile/make-docu.sh
Executable file
2
reactos/subsys/system/winefile/make-docu.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
sed 's/@GEN@/generated on '`date +%d.%m.%Y`/ <doxy-footer.htmt >doxy-footer.html
|
||||
doxygen Doxyfile
|
3
reactos/subsys/system/winefile/makel-docu.bat
Executable file
3
reactos/subsys/system/winefile/makel-docu.bat
Executable file
|
@ -0,0 +1,3 @@
|
|||
doxygen Doxyfile
|
||||
cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
|
||||
move /y doxy-doc\html\index.chm winefile.chm
|
|
@ -139,7 +139,7 @@ BSC32=bscmake.exe
|
|||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386
|
||||
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386
|
||||
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386 /out:"winefileRelease/winefile-ansi.exe"
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
|
Loading…
Reference in a new issue