Skip to content

Files

Latest commit

 

History

History
48 lines (42 loc) · 1.43 KB

README.md

File metadata and controls

48 lines (42 loc) · 1.43 KB

Documentation for the miniFPC Project

miniFPC Documentation

To view the Documentation as HTML Mark-Down, you can follow the Link:
click here. or as: alternative.

To create the Documentation on your own local Developer Domain, you can use the shiped build.bat in this repro.

D:\a\TinyRTL\TinyRTL\doc>build.bat
-[ remove old crap...           ]-
-[ create new: de folders...    ]-
-[ create new: en folders...    ]-
-[ copy new: de files...        ]-
-[ copy new: en files...        ]-
-[ create de: dark chm file...  ]-
-[ create de: light chm file... ]-
-[ create en: dark chm file...  ]-
-[ create en: light chm file... ]-
-[ create de: dark htm file...  ]-
-[ create de: light htm file... ]-
-[ create en: dark htm file...  ]-
-[ create en: light htm file... ]-
-[ copy new de: chm files...    ]-
-[ copy new en: chm files...    ]-
-[ successfully build files...  ]-

done.

This can take a while. And you have the Environment variable DOXYGEN_HH together with the latest doxygen distribution for your System (Windows) with working copy of Microsoft HTML Help Compiler (which is part of HTML Workshop).

The result will be:

  • 2 chm (Compiled Windows Help):
    • dark style for English Developers
    • light style
  • 2 chm (Compiled Windows Help):
    • dark style for German Developers
    • light style
  • 2 pdf
    • English
    • German

Have a nice Day

Your miniFPC Team