mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Remove additional double slashes from documentation. (#6960)
For the sake of the ABN markdown parser.
This commit is contained in:
committed by
GitHub
parent
9cbae9abd8
commit
c149f16adf
@@ -277,7 +277,7 @@ See `getProcessRelatedContent` and `getTaskRelatedContent` for how to get to the
|
|||||||
|
|
||||||
#### getContentPreview(contentId: number): Observable`<Blob>`
|
#### getContentPreview(contentId: number): Observable`<Blob>`
|
||||||
|
|
||||||
Get the preview file for a related content file. A content file might be for example a\\
|
Get the preview file for a related content file. A content file might be for example a
|
||||||
MS Word document. This method would give you the PDF preview for this document,
|
MS Word document. This method would give you the PDF preview for this document,
|
||||||
if it has been generated:
|
if it has been generated:
|
||||||
|
|
||||||
@@ -299,7 +299,7 @@ See `getProcessRelatedContent` and `getTaskRelatedContent` for how to get to the
|
|||||||
|
|
||||||
#### getContentThumbnail(contentId: number): Observable`<Blob>`
|
#### getContentThumbnail(contentId: number): Observable`<Blob>`
|
||||||
|
|
||||||
Get the thumbnail file for a related content file. A content file might be for example a\\
|
Get the thumbnail file for a related content file. A content file might be for example a
|
||||||
MS Word document. This method would give you the image thumbnail for this document,
|
MS Word document. This method would give you the image thumbnail for this document,
|
||||||
if it has been generated:
|
if it has been generated:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user