[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Doxygen example
- To: "fusa-sig@xxxxxxxxxxxxxxxxxxxx" <fusa-sig@xxxxxxxxxxxxxxxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Wed, 9 Sep 2020 08:51:44 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=/B0liRecEpFCU2Qe4LMKzPxTMbX/+W5BKOLmIpkpyus=; b=ZImBbK5tHlF56wIuKZSp6p9b19pnz05bipyNkFUWHnMiivSqpNs3+Ata5y3vaorLn2HVouK8ZM/XQZc5v1a0KgOFW2lPnzLFEQvC6gEcpokFJZJoUrWaVPiqiuQfHXVK8FklwGfR7CYhQdMi/4aaMEZUvDD/am1suKRCSFY0g5wkXhuh9kEwydcUfHQpzdSEaGhRnrMquXtRefWptFBF5kgrF4u3QJxr0Pc7URlwKSKhYBkM4f5Ip4oTrXcrbmSmJByuwrA4l5WX0QK1BngeNGnC2eJU0juoVqTQeStvuvGar5Y9iS/8cN0NOy1YiFfpy3psbi7m2/qBysf+ou+ZBg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SL9xVN3u0VJEkQGz0F3EUWkQDyNfAUjLWBGIrMPhLHSKfBMmz4PYdKngXuUHYk04EGuxNb4qZyxLqYslVewyl2XxG1S6Fn5mUDTSOJHpUXyQAbZ/gq3vewLylT6ZuOygrxWOaEySkFhg6VOZNttGhlMJiR/Qgc3kqLA4pWYNw0qZ/hUF4Kr+me+hLsYTU/J93KeIVxVK4lqr2goX7TlE52SNDLLJXX+GNKm1wVJzw7tQX9MBKU1/GgfenZ7ToMd7UxV+2uuBhMlg+f+qQrC+dBjkMD9QmD43F1+ci9W62VrZrMXcuBbwTZgrZFbYdt0irogBJQ47xpljd0eUsVNcCQ==
- Authentication-results-original: lists.xenproject.org; dkim=none (message not signed) header.d=none; lists.xenproject.org; dmarc=none action=none header.from=arm.com;
- Cc: Stefano Stabellini <stefanos@xxxxxxxxxx>
- Delivery-date: Wed, 09 Sep 2020 08:51:58 +0000
- List-id: This is a discussion list for members of the Xen Project FuSa SIG <fusa-sig.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=arm.com;
- Thread-index: AQHWhoZxv12oRlYG6kiEzfI6rro0HQ==
- Thread-topic: Doxygen example
Hi,
Following up on 2020-09-08 call, i did a merge request on our gitlab repository
to provide an example of doxygen configuration and a makefile to use it.
You can find the merge request here:
https://gitlab.com/xen-project/fusa/-/merge_requests/9
To use it, you need to have clone of xen git repository and call the build
using:
make XEN_TREE=/path/to/xen/clone
This will produce an html output in doxygen-output/html/index.html that you can
open in a browser.
So far the outcome is that doxygen is properly finding all elements but none or
almost none of the comments are in the right format.
Regards
Bertrand
|