Setting up a skeleton documentation

Under your top-level project directory create folders called docs/reference (this way you can also have docs/help for end-user documentation). It is recommended to create another subdirectory with the name of the doc-package. For packages with just one library this step is not necessary.

This can then look as shown below:

Example 2-1Example directory structure
meep/
  docs/
    reference/
      libmeep/
      meeper/
  src/
    libmeep/
    meeper/