Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bbae990 authored by Jack He's avatar Jack He
Browse files

GD: Update documentation with correct image format

Per Gitiles documentation, only PNG, JPEG, and GIF formats
are supported when images are linked from a GIT repo

See https://gerrit.googlesource.com/gitiles/+/HEAD/Documentation/markdown.md#images

Bug: 155227498
Test: view markdown result
Change-Id: I2c6f73bb221d8e632c0c0407c77e7d4c800711ec
parent 03d12cf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ queues:
:   Same as non-blocking queue, but it will flush when it’s full and user tries
    to enqueue. This is useful for audio encoding.

![Threading Model](./data_flow_diagram.svg)
![Threading Model](./data_flow_diagram.png)

## Building blocks

+41.4 KiB
Loading image diff...
+0 −1

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -128,11 +128,11 @@ Root directory under Android tree:
    *   classic/: Classic L2CAP module
        *   cert/: certification tests for this module
        *   internal/: internal code to be used only in classic
        *   # Source code and headers being exported to other modules
        *   Source code and headers being exported to other modules
    *   le/: LE L2CAP module
        *   cert/: certification tests for this module
        *   internal/: internal code to be used only in classic
        *   # Source code and headers being exported to other modules
        *   Source code and headers being exported to other modules
    *   internal/: L2CAP internal code that should not be used by sources
        outside L2CAP
        *   data_pipeline_manager.h
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ process will load and execute the actual test case and use the auto-generated
gRPC facade client APIs to interact with the device being tested. The following
diagram shows how the system could be configured:

![cert_test_architecture_drawing](./cert_test_architecture_drawing.svg)
![cert_test_architecture_drawing](./cert_test_architecture_drawing.png)

## Terminology

Loading