mirror of
https://salsa.debian.org/ha-team/libqb
synced 2025-08-26 14:44:58 +00:00

* doxygen2man: Add utility to generate man pages from doxygen This is in here from kronosnet so it cna be used by other parts of the cluster stack. * [man] drop trailing white spaces Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> * [build] cleanup variable names Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> * [build] add conditionals to use internal or external doxygen2man Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> * Update .gitignore Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> Co-authored-by: Christine Caulfield <ccaulfie@redhat.com>
20 lines
536 B
Plaintext
20 lines
536 B
Plaintext
#
|
|
# Copyright (C) 2017-2020 Red Hat, Inc. All rights reserved.
|
|
#
|
|
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
|
|
# Christine Caulfield <ccaulfie@redhat.com>
|
|
#
|
|
# This software licensed under GPL-2.0+
|
|
#
|
|
# Example file for doxygen when using doxygen2man
|
|
#
|
|
PROJECT_NAME = libqb
|
|
PROJECT_NUMBER = 2.0
|
|
INPUT = ../include/qb/
|
|
XML_OUTPUT = ./xml
|
|
GENERATE_XML = YES
|
|
XML_PROGRAMLISTING = NO
|
|
AUTOLINK_SUPPORT = NO
|
|
GENERATE_HTML = NO
|
|
GENERATE_LATEX = NO
|