@xpack/docusaurus-plugin-doxygen
Version:
A Docusaurus plugin to integrate Doxygen into a Docusaurus project.
28 lines • 1.05 kB
JavaScript
/*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2025 Liviu Ionescu. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose is hereby granted, under the terms of the MIT license.
*
* If a copy of the license was not distributed with this file, it can
* be obtained from https://opensource.org/licenses/MIT.
*/
export const defaultOptions = {
doxygenXmlInputFolderPath: 'doxygen/xml',
docsFolderPath: 'docs',
apiFolderPath: 'api',
docsBaseUrl: 'docs',
apiBaseUrl: 'api',
sidebarCategoryFilePath: 'sidebar-category-doxygen.json',
sidebarCategoryLabel: 'API Reference (Doxygen)',
menuDropdownFilePath: 'docusaurus-config-doxygen-menu-dropdown.json',
menuDropdownLabel: 'Reference',
verbose: false,
debug: false,
runOnStart: false,
suggestToDoDescriptions: false,
id: 'default'
};
// ----------------------------------------------------------------------------
//# sourceMappingURL=options.js.map