Open shoheiogawa opened 5 years ago
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.
stork.sh
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)
This would enhance the user's experience.
Here is a related mailing-list thread: https://groups.google.com/forum/#!topic/moose-users/brzx7HDayYQ
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
(I used e78fc3bf0a6252dac27ac669efcab34474f701a2)
Impact
This would enhance the user's experience.