remove "doc" make target and rename "user_doc"

Fixes #2874
This commit is contained in:
Kurtis Rader
2016-03-30 15:35:14 -07:00
parent 7e014174b8
commit 35cee1e39c
3 changed files with 14 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ is transformed into:
`@cmnd{echo} @args{hello} @args{world}`
which is then transformed by Doxygen into an HTML version (`make user_doc`):
which is then transformed by Doxygen into an HTML version (`make doc`):
`<span class="command">echo</span> <span class="argument">hello</span> <span class="argument">world</span>`