Skip to content

Commit

Permalink
doc: use @false instead of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Nov 30, 2014
1 parent df9c09d commit c539534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpu/sam3x8e/include/system_sam3xa.h
Expand Up @@ -40,7 +40,7 @@
#ifndef SYSTEM_SAM3X_H_INCLUDED
#define SYSTEM_SAM3X_H_INCLUDED

/* @cond 0 */
/* @cond @false */
/**INDENT-OFF**/
/**INDENT-ON**/
/* @endcond */
Expand Down Expand Up @@ -70,7 +70,7 @@ void SystemCoreClockUpdate(void);
*/
void system_init_flash(uint32_t dw_clk);

/* @cond 0 */
/* @cond @false */
/**INDENT-OFF**/
#ifdef __cplusplus
}
Expand Down

0 comments on commit c539534

Please sign in to comment.