mirror of https://github.com/nirenjan/libx52.git
Add documentation for x52bugreport
parent
2cc3cc5bfe
commit
41be44cc94
|
@ -62,7 +62,7 @@ all-local: docs/.stamp
|
|||
clean-local:
|
||||
rm -rf $(top_builddir)/docs
|
||||
|
||||
man1_MANS = docs/man/man1/x52cli.1
|
||||
man1_MANS = docs/man/man1/x52cli.1 docs/man/man1/x52bugreport.1
|
||||
$(man1_MANS): docs/.stamp
|
||||
|
||||
# Install Doxygen generated HTML documentation and manpages
|
||||
|
|
|
@ -20,3 +20,5 @@ x52bugreport_LDFLAGS = \
|
|||
$(WARN_LDFLAGS)
|
||||
|
||||
x52bugreport_LDADD = libx52io.la
|
||||
|
||||
EXTRA_DIST += bugreport/bugreport.dox
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
@page x52bugreport System information utility for bug reports
|
||||
|
||||
\htmlonly
|
||||
<b>x52bugreport</b> - System information utility for bug reports
|
||||
\endhtmlonly
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
<tt>\b x52bugreport</tt>
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
\b x52bugreport is a utility that collects and reports information on the
|
||||
current system and build environment. The reported information can be provided
|
||||
when raising a bug report on https://github.com/nirenjan/libx52/issues.
|
||||
|
||||
# USAGE
|
||||
|
||||
\b x52bugreport
|
||||
|
||||
*/
|
Loading…
Reference in New Issue