Skip to content

Commit

Permalink
Fixed some typos in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina committed Sep 16, 2010
1 parent 1276995 commit c90fb5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -6,7 +6,7 @@ To create Drupal 6 documentation, as opposed to that for a site or modules, see

## Dependencies

[Doxygen Website](http://www.stack.nl/~dimitri/doxygen)
[Doxygen](http://www.stack.nl/~dimitri/doxygen)

## Generating Site Documentation

Expand All @@ -17,7 +17,7 @@ This method is for generating site documentation for a full site.
* And the drupal site to the base directory of this project.
* In the file documentation/docs.php update the page title and description to that of the project.
Add additional pages as needed following the [Doxygen Commands](http://www.stack.nl/~dimitri/doxygen/commands.html) for the page tag.
* From the command link execute `doxygen config.doxy`. This will generate the documentation and put it in the new directory docs/html.
* From the command line execute `doxygen config.doxy`. This will generate the documentation and put it in the new directory docs/html.
* Open up your browser to docs/html/index.html.

## Generating Module Documentation
Expand All @@ -27,11 +27,11 @@ This method is for generating module documentation.
* In the config.doxy file the PROJECT_NAME to the name of the module and PROJECT_NUMBER to the
version of the module.
* And the module to the base directory of this project.
* Remove the developer directory. This file holds the hook documentation for Drupal 6 and is not
* Remove the developer directory. This directory holds the hook documentation for Drupal 6 and is not
needed for a module.
* In the file documentation/docs.php update the page title and description to that of the module.
Add additional pages as needed following the [Doxygen Commands](http://www.stack.nl/~dimitri/doxygen/commands.html) for the page tag.
* From the command link execute `doxygen config.doxy`. This will generate the documentation and put it in the new directory docs/html.
* From the command line execute `doxygen config.doxy`. This will generate the documentation and put it in the new directory docs/html.
* Open up your browser to docs/html/index.html.

## Custom Configs
Expand Down

0 comments on commit c90fb5d

Please sign in to comment.