Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
0897dcc5
Commit
0897dcc5
authored
Jul 06, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed doxygen markup.
parent
c003533b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
SDL_test.h
test/test-automation/SDL_test.h
+0
-2
plain_logger.c
test/test-automation/plain_logger.c
+1
-0
No files found.
test/test-automation/SDL_test.h
View file @
0897dcc5
...
@@ -55,8 +55,6 @@ typedef struct TestCaseReference {
...
@@ -55,8 +55,6 @@ typedef struct TestCaseReference {
* Initialized the test case. Must be called at
* Initialized the test case. Must be called at
* the beginning of every test case, before doing
* the beginning of every test case, before doing
* anything else.
* anything else.
*
* \param enableXMLLogging Whether or not enable xml logging
*/
*/
void
_TestCaseInit
();
void
_TestCaseInit
();
...
...
test/test-automation/plain_logger.c
View file @
0897dcc5
...
@@ -14,6 +14,7 @@ static int indentLevel;
...
@@ -14,6 +14,7 @@ static int indentLevel;
/*!
/*!
* Prints out the output of the logger
* Prints out the output of the logger
*
*
* \param currentIdentLevel The currently used indentation level
* \param message The message to be printed out
* \param message The message to be printed out
*/
*/
int
int
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment