Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
dc63b5e4
Commit
dc63b5e4
authored
Jan 13, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxygen changes
parent
22ac3e7f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2188 additions
and
94 deletions
+2188
-94
src/doc/dox/src/os_linux/hw_x86/Doxyfile
src/doc/dox/src/os_linux/hw_x86/Doxyfile
+1083
-37
src/doc/prm/src/os_linux/hw_x86/Doxyfile
src/doc/prm/src/os_linux/hw_x86/Doxyfile
+1089
-36
src/lib/rt/src/rt_gdh.c
src/lib/rt/src/rt_gdh.c
+2
-3
src/lib/rt/src/rt_gdh.h
src/lib/rt/src/rt_gdh.h
+2
-2
src/lib/rt/src/rt_mh_appl.c
src/lib/rt/src/rt_mh_appl.c
+2
-2
src/lib/rt/src/rt_ndc.h
src/lib/rt/src/rt_ndc.h
+7
-7
src/lib/rt/src/rt_qcom.h
src/lib/rt/src/rt_qcom.h
+1
-5
xtt/lib/glow/src/glow_growapi.h
xtt/lib/glow/src/glow_growapi.h
+2
-2
No files found.
src/doc/dox/src/os_linux/hw_x86/Doxyfile
View file @
dc63b5e4
This diff is collapsed.
Click to expand it.
src/doc/prm/src/os_linux/hw_x86/Doxyfile
View file @
dc63b5e4
This diff is collapsed.
Click to expand it.
src/lib/rt/src/rt_gdh.c
View file @
dc63b5e4
/*
* Proview $Id: rt_gdh.c,v 1.2
3 2005-12-27 09:40:56
claes Exp $
* Proview $Id: rt_gdh.c,v 1.2
4 2006-01-13 16:32:39
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -1110,8 +1110,7 @@ gdh_GetLocalParent (
*
* Data gets `old' after a certain timeout-time,
* when no updates are refreshing the data.
* @sa gdh_examples.c
*
*
* @return pwr_tStatus
*/
pwr_tStatus
...
...
src/lib/rt/src/rt_gdh.h
View file @
dc63b5e4
/*
* Proview $Id: rt_gdh.h,v 1.1
3 2005-10-21 16:11:22
claes Exp $
* Proview $Id: rt_gdh.h,v 1.1
4 2006-01-13 16:32:39
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -28,7 +28,7 @@
extern
"C"
{
#endif
/*
*
/*
*@example gdh_examples.c
*/
...
...
src/lib/rt/src/rt_mh_appl.c
View file @
dc63b5e4
/*
* Proview $Id: rt_mh_appl.c,v 1.
4 2005-09-01 14:57:55
claes Exp $
* Proview $Id: rt_mh_appl.c,v 1.
5 2006-01-13 16:32:39
claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -90,7 +90,7 @@ mh_ApplCancel (
/*
*
/*
*@example mh_examples.c
*/
...
...
src/lib/rt/src/rt_ndc.h
View file @
dc63b5e4
/*
* Proview $Id: rt_ndc.h,v 1.
4 2005-09-01 14:57:56
claes Exp $
* Proview $Id: rt_ndc.h,v 1.
5 2006-01-13 16:32:39
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -53,7 +53,7 @@ typedef enum {
typedef
struct
{
conv_eIdx
cidx
;
/**< Index in the conversion routine table */
pwr_tUInt32
raidx
;
/**< Native attribute index */
/* pwr_tBoolean private; */
/**< Set if attribute is a private pointer */
/* pwr_tBoolean private; */
}
ndc_sRemoteToNative
;
...
...
@@ -74,7 +74,7 @@ ndc_ConvertData (
pwr_tUInt32
offs
);
/*
*
/*
* Converts native data that has a different class version.
*
*/
...
...
@@ -95,7 +95,7 @@ ndc_ConvertNativeToRemoteData (
pwr_tNodeId
nid
/**< Node id */
);
/*
*
/*
* Encodes/decodes data which uses a cached class.
*/
pwr_tBoolean
...
...
@@ -114,7 +114,7 @@ ndc_ConvertRemoteData (
/*
*
/*
* Converts remote data that has a different class version.
* The data has already been converted to native data format
*/
...
...
@@ -135,7 +135,7 @@ ndc_ConvertRemoteToNativeData (
pwr_tNodeId
nid
/**< Node id */
);
/*
*
/*
* Converts remote data that has a different class version.
* The data has already been converted to native data format
*/
...
...
@@ -157,7 +157,7 @@ ndc_ConvertRemoteToNativeTable (
);
/*
*
/*
* Converts a native attribute reference to a remote attribute.
*
* @return The argument rarp or NULL if an error
...
...
src/lib/rt/src/rt_qcom.h
View file @
dc63b5e4
/*
* Proview $Id: rt_qcom.h,v 1.
5 2005-09-01 14:57:56
claes Exp $
* Proview $Id: rt_qcom.h,v 1.
6 2006-01-13 16:32:39
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -267,10 +267,6 @@ pwr_tBoolean qcom_AidIsNull (
const
qcom_sAid
*
a
);
/**
* Testing what will happen if we write documentation
* both in .c file and in .h file.
*/
void
*
qcom_Alloc
(
pwr_tStatus
*
sts
,
unsigned
int
size
...
...
xtt/lib/glow/src/glow_growapi.h
View file @
dc63b5e4
/*
* Proview $Id: glow_growapi.h,v 1.1
6 2005-12-06 09:19:38
claes Exp $
* Proview $Id: glow_growapi.h,v 1.1
7 2006-01-13 16:32:39
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -1429,7 +1429,7 @@ typedef GlowTraceData glow_sTraceData;
//! Set shadow width for an object.
/*!
\param object Object.
\param
shadow
Shadow width in percentage of the smallest of object width and height.
\param
width
Shadow width in percentage of the smallest of object width and height.
*/
void
grow_SetObjectShadowWidth
(
grow_tObject
object
,
double
width
);
...
...
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