summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6a06cd4)
raw | patch | inline | side by side (parent: 6a06cd4)
author | Ramsey Harris <ramsey@ti.com> | |
Fri, 27 Mar 2015 00:14:12 +0000 (17:14 -0700) | ||
committer | Robert Tivy <rtivy@ti.com> | |
Fri, 27 Mar 2015 22:28:16 +0000 (15:28 -0700) |
Fix syntax for using the @see markup XDCspec documentation tag.
Also fixed similar usage in Build module.
Also fixed similar usage in Build module.
packages/ti/sdo/ipc/Build.xdc | patch | blob | history | |
packages/ti/sdo/utils/MultiProc.xdc | patch | blob | history |
index e4b742d576b4a06ddad98c1a4ca86272f9bd6ce6..b9551b61fb847ce5970404beb9eee692626e9c21 100644 (file)
/*
- * Copyright (c) 2013-2014, Texas Instruments Incorporated
+ * Copyright (c) 2013-2015 Texas Instruments Incorporated - http://www.ti.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* considerably improve runtime performance as well significantly
* reduce the application's code size.
*
- * see {@link #libType Build.libType}.
+ * @see #libType
*/
config Bool assertsEnabled = true;
* performance as well signficantly reduce the application's code
* size.
*
- * see {@link #libType Build.libType}.
+ * @see #libType
*/
config Bool logsEnabled = true;
index 3c019274700f5d4c177f0f94686602ad235cfd12..c30fad62eb6d776976b12b7ae2f58e5e9c30bd00 100644 (file)
* resource allocations to just the processors within your cluster.
* This address mode is typically used for large processor systems.
*
- * @see {@link #procAddrMode MultiProc.procAddrMode}
+ * @see #procAddrMode
*/
enum ProcAddrMode {
ProcAddrMode_Global,
* for such a configuration parameter as most processor aware
* modules already depend on MultiProc.
*
- * @see {@link #ProcAddrMode MultiProc.ProcAddrMode}
+ * @see #ProcAddrMode
*/
config ProcAddrMode procAddrMode = MultiProc.ProcAddrMode_Global;