idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.78k stars 1.05k forks source link

Add a default Doxyfile when creating a new app with stork.sh #14443

Open shoheiogawa opened 5 years ago

shoheiogawa commented 5 years ago

Bug Description

When we create a new app using stork.sh, we don't get a default Doxyfile. To generate a Doxygen doc for the app, we have to bring one from somewhere else and make some changes to it.

Steps to Reproduce

Create an app

> ./moose/scripts/stork.sh TmpApp
> ls -R tmp_app/doc
tmp_app/doc:
config.yml  content  moosedocs.py

tmp_app/doc/content:
index.md

(I used e78fc3bf0a6252dac27ac669efcab34474f701a2)

Impact

This would enhance the user's experience.

shoheiogawa commented 5 years ago

Here is a related mailing-list thread: https://groups.google.com/forum/#!topic/moose-users/brzx7HDayYQ