8000 doc: remove documentation on deprecated RIOT_FILE_* macros by mguetschow · Pull Request #21320 · RIOT-OS/RIOT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doc: remove documentation on deprecated RIOT_FILE_* macros #21320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,6 @@
# define DEVELHELP
#endif

/**
* @def RIOT_FILE_RELATIVE
* @brief Provides the current filename relative to the RIOT base directory (RIOTBASE)
* @warning This only works within `*.c` and `*.cpp` files. For `*.h`/`*.hpp` files the
* source compiles, however, the including `*.c`/`*.cpp` file will be
* substituted.
* @see `__FILE__` for absolute filenames that also work with *.h files
* @see @ref RIOT_FILE_NOPATH
*/
#if DOXYGEN
# define RIOT_FILE_RELATIVE
#endif

/**
* @def RIOT_FILE_NOPATH
* @brief Provides the current filename wit 65ED hout the parent directory path
* @warning This only works within `*.c` and `*.cpp` files. For `*.h`/`*.hpp` files the
* source compiles, however, the including `*.c`/`*.cpp` file will be
* substituted.
* @see `__FILE__` for absolute filenames that also work with *.h files
* @see @ref RIOT_FILE_RELATIVE
*/
#if DOXYGEN
# define RIOT_FILE_NOPATH
#endif

/**
* @def CONFIG_THREAD_NAMES
* @brief This global macro enable storage of thread names to help developers.
Expand Down
Loading
0