Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13429 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
3dc0a9f88c
commit
f8c1ce8eeb
|
@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/EX
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.1.1
|
PROJECT_NUMBER = 1.2.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
|
@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/EX
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.1.1
|
PROJECT_NUMBER = 1.2.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
/*
|
||||||
|
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup EX_RANGEFINDER Generic Range Finder Interface
|
||||||
|
* @brief EX Generic Range Finder Interface.
|
||||||
|
*
|
||||||
|
* @ingroup EX_ABSTRACT_PERIPHERALS
|
||||||
|
*/
|
|
@ -0,0 +1,22 @@
|
||||||
|
/*
|
||||||
|
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup EX_DISPLAYS Generic Display Interface
|
||||||
|
* @brief EX Generic Display Interface.
|
||||||
|
*
|
||||||
|
* @ingroup EX_ABSTRACT_PERIPHERALS
|
||||||
|
*/
|
|
@ -56,6 +56,13 @@
|
||||||
* of a hardware.
|
* of a hardware.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup EX_INFO Info
|
||||||
|
* @brief EX information.
|
||||||
|
*
|
||||||
|
* @ingroup EX
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup EX_ABSTRACT_PERIPHERALS Peripheral Interfaces
|
* @defgroup EX_ABSTRACT_PERIPHERALS Peripheral Interfaces
|
||||||
* @brief EX Abstract Peripheral Interfaces.
|
* @brief EX Abstract Peripheral Interfaces.
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* @file ex.h
|
* @file ex.h
|
||||||
* @brief EX main include file.
|
* @brief EX main include file.
|
||||||
*
|
*
|
||||||
* @addtogroup ex_info
|
* @addtogroup EX_INFO
|
||||||
* @details EX related info.
|
* @details EX related info.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue