Files
cappuccino/Tools/Documentation/process_markdown.sh
T
Alexander Ljungberg 370960418f Better formatting, clickable links and basic code styling for the Doxygen docs front page. This look will resemble that of the GitHub front page.
The README file was converted to Markdown which is nice to read in the terminal and automatically formatted by GitHub. For Doxygen, the markdown is first converted to HTML.
2011-04-03 14:34:20 -04:00

8 lines
167 B
Bash
Executable File

#!/bin/sh
#
# NOTE: The working directory should be the main capp directory when this script is run
markdown_binary=$*
$markdown_binary README.markdown >README.html