Restoring previous layout of doxygen related files.

These files will undergo further re-organization in the coming
weeks. It is too early to fix on creating a subfolder for doxygen (as
the original pull request suggested).
This commit is contained in:
Rohit Grover 2015-11-26 10:41:08 +00:00
parent 6adaa03ed7
commit fa755f1ab0
4 changed files with 8 additions and 17 deletions

View File

@ -1,2 +1,2 @@
# Ignore the generated Doxygen output # Ignore the generated Doxygen output
/apidoc/ apidoc/

View File

@ -16,7 +16,7 @@ examples, please refer to [code under mbed.org](https://developer.mbed.org/teams
## Supported Services ## Supported Services
Currently supported services include: Currently supported reference services include:
* [Battery](@ref BatteryService) * [Battery](@ref BatteryService)
* [Device Firmware Update (DFU)](@ref DFUService) * [Device Firmware Update (DFU)](@ref DFUService)
@ -25,4 +25,7 @@ Currently supported services include:
* [Heart Rate](@ref HeartRateService) * [Heart Rate](@ref HeartRateService)
* [UART](@ref UARTService) * [UART](@ref UARTService)
* [UriBeacon](@ref URIBeaconConfigService) * [UriBeacon](@ref URIBeaconConfigService)
* [iBeacon](@ref iBeacon) * [iBeacon](@ref iBeacon)
The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
contains an overview on how to create new, application-specific services.

View File

@ -664,7 +664,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories # directories like "/usr/src/myproject". Separate the files or directories
# with spaces. # with spaces.
INPUT = ../ble ../source ./ INPUT =
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@ -789,7 +789,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub # (index.html). This can be useful if you have a project on for instance GitHub
# and want reuse the introduction page also for the doxygen output. # and want reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE = USE_MDFILE_AS_MAINPAGE = DOXYGEN_FRONTPAGE.md
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to source browsing # configuration options related to source browsing

View File

@ -1,12 +0,0 @@
# Makefile used to generate the API documentation using Doxygen
.PHONY: apidoc apidoc_clean
all: apidoc
apidoc:
mkdir -p apidoc
doxygen ble.doxyfile
apidoc_clean:
rm -rf apidoc