Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
83ffb896
Commit
83ffb896
authored
Feb 17, 2015
by
Tomasz Włostowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gal: minor comment fix
parent
aaf1b634
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vertex_item.h
include/gal/opengl/vertex_item.h
+2
-2
No files found.
include/gal/opengl/vertex_item.h
View file @
83ffb896
...
@@ -50,7 +50,7 @@ public:
...
@@ -50,7 +50,7 @@ public:
/**
/**
* Function GetSize()
* Function GetSize()
* Returns information about number of vertices stored.
* Returns information about number of vertices stored.
* @
return
Number of vertices.
* @
param
Number of vertices.
*/
*/
inline
unsigned
int
GetSize
()
const
inline
unsigned
int
GetSize
()
const
{
{
...
@@ -69,7 +69,7 @@ public:
...
@@ -69,7 +69,7 @@ public:
/**
/**
* Function GetVertices()
* Function GetVertices()
*
areturn a
pointer to the data used by the VERTEX_ITEM.
*
Returns
pointer to the data used by the VERTEX_ITEM.
*/
*/
VERTEX
*
GetVertices
()
const
;
VERTEX
*
GetVertices
()
const
;
...
...
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