diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-01-27 16:44:06 +0000 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-02-06 10:41:23 +0000 |
commit | 250dc580561269737ca9a87ef92cb6aaa4570842 (patch) | |
tree | 732c99da9ed65973fccdb4b913a12efe07b9075a /src/openocd.h | |
parent | dd4247dba502c23d727a20b0a27baf45444021e5 (diff) | |
download | riscv-openocd-250dc580561269737ca9a87ef92cb6aaa4570842.zip riscv-openocd-250dc580561269737ca9a87ef92cb6aaa4570842.tar.gz riscv-openocd-250dc580561269737ca9a87ef92cb6aaa4570842.tar.bz2 |
build: cleanup src/ directory
Change-Id: Ia6ed99ce75625ad6ef5e0d3c3bbdc1c1bec21df3
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/407
Tested-by: jenkins
Diffstat (limited to 'src/openocd.h')
-rw-r--r-- | src/openocd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openocd.h b/src/openocd.h index e43f156..8033115 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -21,7 +21,7 @@ #ifndef OPENOCD_H #define OPENOCD_H -/** +/** * Different applications can define this entry point to override * the default openocd main function. On most systems, this will be * defined in src/openocd.c. @@ -31,7 +31,7 @@ */ int openocd_main(int argc, char *argv[]); -/// provides a hard-coded command environment setup +/** provides a hard-coded command environment setup */ extern const char openocd_startup_tcl[]; #endif |